Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires: Wed, 20 Aug 2025 15:53:32 GMT |
There was a problem hiding this comment.
What Changed
This is an automated patch release (v0.8.1) that removes deprecated API endpoints related to application deployments. The primary change involves replacing the client.apps.deployments functionality. Documentation, examples in the README.md, and corresponding type definitions have been updated to reflect this removal.
Risks / Concerns
This is a clean and straightforward PR that handles the removal of deprecated code effectively. All related documentation and tests have been updated accordingly. Great work keeping the SDK up-to-date!
17 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
|
🤖 Release is at https://github.com/onkernel/kernel-python-sdk/releases/tag/v0.8.1 🌻 |
Automated Release PR
0.8.1 (2025-07-21)
Full Changelog: v0.8.0...v0.8.1
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
TL;DR
Released version 0.8.1 of the Python SDK, primarily removing deprecated
apps.deploymentsAPI endpoints and updating documentation and examples to reflect a shift towardsbrowsersfunctionality.Why we made these changes
To clean up the API by removing outdated and deprecated endpoints, streamline the SDK's functionality, and ensure the codebase aligns with current API offerings, improving maintainability and user experience.
What changed?
pyproject.toml,_version.py, and release manifests.apps.deploymentsAPI endpoints and their associated logic and types. UpdatedREADME.mdandapi.mdto replaceapps.deployments.createexamples withbrowsers.create.appsresource.apps.deploymentsto align with the removed functionality.Validation
README.mdreflect current API usage.